home *** CD-ROM | disk | FTP | other *** search
- on(release, keyPress "<Enter>"){
- if(_root.score > 5000)
- {
- _root.Poster.name = newName;
- _root.Poster.company = newCompany;
- _root.Poster.email = newEmail;
- _root.Poster.score = _root.score;
- x = new LoadVars();
- x.pgame = "killthedragons";
- x.pname = newName.toLowerCase();
- x.pscore = int(_root.score);
- x.ppass = "xersfdfsd";
- x.sendAndLoad("http://www.freegamesjungle.com/scores/score.php",x,"POST");
- }
- _root.play();
- }
-